home *** CD-ROM | disk | FTP | other *** search
- object frmSplash: TfrmSplash
- Left = 259
- Top = 155
- AutoSize = True
- BorderStyle = bsNone
- Caption = 'frmSplash'
- ClientHeight = 300
- ClientWidth = 300
- Color = clWhite
- TransparentColorValue = clRed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 300
- Height = 300
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- OnClick = Image1Click
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 3000
- OnTimer = Timer1Timer
- Left = 48
- Top = 60
- end
- end
-